home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / fu1_62.lha / fu / Formulas / Mandel.Form < prev    next >
Text File  |  1995-02-28  |  166b  |  26 lines

  1. Mandel
  2. {
  3.     {
  4.         mirrorx
  5.         x1=-2.0
  6.         x2= 1.3
  7.         y1=-1.35
  8.         y2= 1.35
  9.         bailout=2.0
  10.     }
  11.     {
  12.         c=pixel
  13.         z=pixel
  14.     }
  15.     {
  16.         z=z*z
  17.         z=z+c
  18.         w=abs(z)
  19.     }
  20.     {
  21.         w>bailout
  22.     }
  23.     {
  24.     }
  25. }
  26.